time.Location.cacheStart (field)
9 uses
time (current package)
time.go#L479: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
time.go#L499: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
zoneinfo.go#L44: cacheStart int64
zoneinfo.go#L135: cacheStart: alpha,
zoneinfo.go#L161: if zone := l.cacheZone; zone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
zoneinfo.go#L164: start = l.cacheStart
zoneinfo_read.go#L326: l.cacheStart = tx[i].when
zoneinfo_read.go#L334: if name, offset, estart, eend, isDST, ok := tzset(l.extend, l.cacheStart, sec); ok {
zoneinfo_read.go#L335: l.cacheStart = estart
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |